home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 1 / BBS in a box - Trilogy I.iso / AMUG Info / Apple / Discipline 2.0.2 / Strict / Discipline Startup
Encoding:
Text File  |  1991-12-10  |  34.9 KB  |  2,632 lines  |  [TEXT/MPS ]

  1.  
  2. B ADBOp
  3.     I AddressTst
  4.         P testee, S P data
  5.     I AddressTst
  6.         P testee, S P compRout
  7.     I AddressTst
  8.         P testee, S P buffer
  9.  
  10. A ADBOp
  11.     I zeroWord
  12.         P testee, S P returnValue
  13.  
  14. B GetADBInfo
  15.     I AddressTst
  16.         P testee, S P info
  17.  
  18. A GetADBInfo
  19.     I zeroWord
  20.         P testee, S P returnValue
  21.  
  22. B SetADBInfo
  23.     I AddressTst
  24.         P testee, S P info
  25.  
  26. A SetADBInfo
  27.     I zeroWord
  28.         P testee, S P returnValue
  29.  
  30. B GetIndADB
  31.     I AddressTst
  32.         P testee, S P info
  33.  
  34. B NumToString
  35.     I AddressTst
  36.         P testee, S P theString
  37.  
  38. B StringToNum
  39.     I AddressTst
  40.         P testee, S P theString
  41.  
  42. B NewControl
  43.     I WindowPtrTst
  44.         P testee, S P theWindow
  45.     I RectTest
  46.         P testee, S P boundsRect
  47.     I rangeWordSigned
  48.         P lowerBound, S P min
  49.         P testee, S P value
  50.         P upperBound, S P max
  51.  
  52. A NewControl
  53.     I HandleTest
  54.         P testee, S P returnValue
  55.  
  56. B GetNewControl
  57.     I WindowPtrTst
  58.         P testee, S P owner
  59.  
  60. A GetNewControl
  61.     I HandleTest
  62.         P testee, S P returnValue
  63.  
  64. B DisposeControl
  65.     I HandleTestNilOK
  66.         P testee, S P theControl
  67.  
  68. B KillControls
  69.     I WindowPtrTst
  70.         P testee, S P theWindow
  71.  
  72. B SetCTitle
  73.     I ControlHndTst
  74.         P testee, S P theControl
  75.     I AddressTst
  76.         P testee, S P title
  77.  
  78. B GetCTitle
  79.     I ControlHndTst
  80.         P testee, S P theControl
  81.  
  82. B HideControl
  83.     I ControlHndTst
  84.         P testee, S P theControl
  85.  
  86. B ShowControl
  87.     I ControlHndTst
  88.         P testee, S P theControl
  89.  
  90. B DrawControls
  91.     I WindowPtrTst
  92.         P testee, S P theWindow
  93.  
  94. B Draw1Control
  95.     I ControlHndTst
  96.         P testee, S P theControl
  97.  
  98. B HiliteControl
  99.     I ControlHndTst
  100.         P testee, S P theControl
  101.  
  102. B UpdtControl
  103.     I WindowPtrTst
  104.         P testee, S P theWindow
  105.     I RgnHndTst
  106.         P testee, S P updateRgn
  107.  
  108. B TestControl
  109.     I ControlHndTst
  110.         P testee, S P theControl
  111.  
  112. B FindControl
  113.     I WindowPtrTst
  114.         P testee, S P theWindow
  115.  
  116. B TrackControl
  117.     I ControlHndTst
  118.         P testee, S P theControl
  119.  
  120. B MoveControl
  121.     I ControlHndTst
  122.         P testee, S P theControl
  123.  
  124. B DragControl
  125.     I ControlHndTst
  126.         P testee, S P theControl
  127.     I RectTest
  128.         P testee, S P limitRect
  129.     I RectTest
  130.         P testee, S P slopRect
  131.  
  132. B SizeControl
  133.     I ControlHndTst
  134.         P testee, S P theControl
  135.  
  136. B SetCtlValue
  137.     I ControlHndTst
  138.         P testee, S P theControl
  139.  
  140. B GetCtlValue
  141.     I ControlHndTst
  142.         P testee, S P theControl
  143.  
  144. B SetCtlMin
  145.     I ControlHndTst
  146.         P testee, S P theControl
  147.  
  148. B GetCtlMin
  149.     I ControlHndTst
  150.         P testee, S P theControl
  151.  
  152. B SetCtlMax
  153.     I ControlHndTst
  154.         P testee, S P theControl
  155.  
  156. B GetCtlMax
  157.     I ControlHndTst
  158.         P testee, S P theControl
  159.  
  160. B SetCRefCon
  161.     I ControlHndTst
  162.         P testee, S P theControl
  163.  
  164. B GetCRefCon
  165.     I ControlHndTst
  166.         P testee, S P theControl
  167.  
  168. B SetCtlAction
  169.     I ControlHndTst
  170.         P testee, S P theControl
  171.  
  172. B GetCtlAction
  173.     I ControlHndTst
  174.         P testee, S P theControl
  175.  
  176. B SetCtlColor
  177.     I ControlHndTst
  178.         P testee, S P theControl
  179.  
  180. B GetAuxCtl
  181.     I ControlHndTst
  182.         P testee, S P theControl
  183.  
  184. B GetCVariant
  185.     I ControlHndTst
  186.         P testee, S P theControl
  187.  
  188. B OpenDeskAcc
  189.     I AddressTst
  190.         P testee, S P theAcc
  191.  
  192. B SystemClick
  193.     I WindowPtrTst
  194.         P testee, S P theWindow
  195.     I AddressTst
  196.         P testee, S P theEvent
  197.  
  198. B NewDialog
  199.     I RectTest
  200.         P testee, S P boundsRect
  201.     I HandleTest
  202.         P testee, S P itmLstHndl
  203.  
  204. B CloseDialog
  205.     I DlogPtrTst
  206.         P testee, S P theDialog
  207.  
  208. B DisposDialog
  209.     I DlogPtrTst
  210.         P testee, S P theDialog
  211.  
  212. B DrawDialog
  213.     I DlogPtrTst
  214.         P testee, S P theDialog
  215.  
  216. B UpdtDialog
  217.     I DlogPtrTst
  218.         P testee, S P theDialog
  219.     I RgnHndTst
  220.         P testee, S P updateRgn
  221.  
  222. B SetDItem
  223.     I DlogPtrTst
  224.         P testee, S P theDialog
  225.     I itemHandleTest
  226.         P testee, S P item
  227.         P type, S P itemType
  228.     I RectTest
  229.         P testee, S P box
  230.  
  231. B HideDItem
  232.     I DlogPtrTst
  233.         P testee, S P theDialog
  234.  
  235. B ShowDItem
  236.     I DlogPtrTst
  237.         P testee, S P theDialog
  238.  
  239. B FindDItem
  240.     I DlogPtrTst
  241.         P testee, S P theDialog
  242.  
  243. B GetIText
  244.     I HandleTest
  245.         P testee, S P item
  246.  
  247. B SetIText
  248.     I HandleTest
  249.         P testee, S P item
  250.  
  251. B SelIText
  252.     I DlogPtrTst
  253.         P testee, S P theDialog
  254.  
  255. B NewCDialog
  256.     I RectTest
  257.         P testee, S P boundsRect
  258.  
  259. A NewCDialog
  260.     I DlogPtrTst
  261.         P testee, S P returnValue
  262.  
  263. A DIFormat
  264.     I zeroWord
  265.         P testee, S P returnValue
  266.  
  267. A DIVerify
  268.     I zeroWord
  269.         P testee, S P returnValue
  270.  
  271. A DIZero
  272.     I zeroWord
  273.         P testee, S P returnValue
  274.  
  275. A PostEvent
  276.     I zeroWord
  277.         P testee, S P returnValue
  278.  
  279. B GetFontName
  280.     I AddressTst
  281.         P testee, S P theName
  282.  
  283. B FMSwapFont
  284.     I AddressTst
  285.         P testee, S P inRec
  286.  
  287. A FMSwapFont
  288.     I AddressTst
  289.         P testee, S P returnValue
  290.  
  291. B FontMetrics
  292.     I AddressTst
  293.         P testee, S P theMetrics
  294.  
  295. B GetFNum
  296.     I AddressTst
  297.         P testee, S P theName
  298.  
  299. A IUGetIntl
  300.     I HandleTest
  301.         P testee, S P returnValue
  302.  
  303. B IUSetIntl
  304.     I HandleTest
  305.         P testee, S P intlParam
  306.  
  307. B IUMagString
  308.     I AddressTst
  309.         P testee, S P aPtr
  310.     I AddressTst
  311.         P testee, S P bPtr
  312.  
  313. B IUMagIDString
  314.     I AddressTst
  315.         P testee, S P aPtr
  316.     I AddressTst
  317.         P testee, S P bPtr
  318.  
  319. B IUDatePString
  320.     I HandleTest
  321.         P testee, S P intlParam
  322.  
  323. B IUTimePString
  324.     I HandleTest
  325.         P testee, S P intlParam
  326.  
  327. B LActivate
  328.     I HandleTest
  329.         P testee, S P lHandle
  330.  
  331. B LAddColumn
  332.     I HandleTest
  333.         P testee, S P lHandle
  334.  
  335. B LAddRow
  336.     I HandleTest
  337.         P testee, S P lHandle
  338.  
  339. B LAddToCell
  340.     I PointerTestNoBlockHeader
  341.         P testee, S P dataPtr
  342.     I HandleTest
  343.         P testee, S P lHandle
  344.  
  345. B LAutoScroll
  346.     I HandleTest
  347.         P testee, S P lHandle
  348.  
  349. B LCellSize
  350.     I HandleTest
  351.         P testee, S P lHandle
  352.  
  353. B LClick
  354.     I HandleTest
  355.         P testee, S P lHandle
  356.  
  357. B LClrCell
  358.     I HandleTest
  359.         P testee, S P lHandle
  360.  
  361. B LDelColumn
  362.     I HandleTest
  363.         P testee, S P lHandle
  364.  
  365. B LDelRow
  366.     I HandleTest
  367.         P testee, S P lHandle
  368.  
  369. B LDispose
  370.     I HandleTest
  371.         P testee, S P lHandle
  372.  
  373. B LDoDraw
  374.     I HandleTest
  375.         P testee, S P lHandle
  376.  
  377. B LDraw
  378.     I HandleTest
  379.         P testee, S P lHandle
  380.  
  381. B LFind
  382.     I HandleTest
  383.         P testee, S P lHandle
  384.  
  385. B LGetCell
  386.     I PointerTestNoBlockHeader
  387.         P testee, S P dataPtr
  388.     I AddressTst
  389.         P testee, S P dataLen
  390.     I HandleTest
  391.         P testee, S P lHandle
  392.  
  393. B LGetSelect
  394.     I HandleTest
  395.         P testee, S P lHandle
  396.  
  397. B LLastClick
  398.     I HandleTest
  399.         P testee, S P lHandle
  400.  
  401. B LNew
  402.     I RectTest
  403.         P testee, S P rView
  404.     I RectTest
  405.         P testee, S P dataBounds
  406.     I WindowPtrTst
  407.         P testee, S P theWindow
  408.  
  409. A LNew
  410.     I HandleTest
  411.         P testee, S P returnValue
  412.  
  413. B LNextCell
  414.     I HandleTest
  415.         P testee, S P lHandle
  416.  
  417. B LRect
  418.     I RectTest
  419.         P testee, S P cellRect
  420.     I HandleTest
  421.         P testee, S P lHandle
  422.  
  423. B LScroll
  424.     I HandleTest
  425.         P testee, S P lHandle
  426.  
  427. B LSearch
  428.     I PointerTestNoBlockHeader
  429.         P testee, S P dataPtr
  430.     I AddressTst
  431.         P testee, S P searchProc
  432.     I HandleTest
  433.         P testee, S P lHandle
  434.  
  435. B LsetCell
  436.     I PointerTestNoBlockHeader
  437.         P testee, S P dataPtr
  438.     I HandleTest
  439.         P testee, S P lHandle
  440.  
  441. B LSetSelect
  442.     I HandleTest
  443.         P testee, S P lHandle
  444.  
  445. B LSize
  446.     I HandleTest
  447.         P testee, S P lHandle
  448.  
  449. B LUpdate
  450.     I RgnHndTst
  451.         P testee, S P theRgn
  452.     I HandleTest
  453.         P testee, S P lHandle
  454.  
  455. A NewHandle
  456.     I checkMemError
  457.         P testee, S A R D0 W
  458.  
  459. A NewEmptyHandle
  460.     I checkMemError
  461.         P testee, S A R D0 W
  462.  
  463. A NewPtr
  464.     I checkMemError
  465.         P testee, S A R D0 W
  466.  
  467. B SetApplBase
  468.     I AddressTst
  469.         P testee, S B R A0 L
  470.  
  471. A SetApplBase
  472.     I checkMemError
  473.         P testee, S A R D0 W
  474.  
  475. B InitZone
  476.     I AddressTst
  477.         P testee, S B R A0 L
  478.  
  479. A InitZone
  480.     I checkMemError
  481.         P testee, S A R D0 W
  482.  
  483. B SetApplLimit
  484.     I AddressTst
  485.         P testee, S B R A0 L
  486.  
  487. A SetApplLimit
  488.     I checkMemError
  489.         P testee, S A R D0 W
  490.  
  491. B DisposHandle
  492.     I HandleTestNilOk
  493.         P testee, S B R A0 L
  494.  
  495. A DisposHandle
  496.     I checkMemError
  497.         P testee, S A R D0 W
  498.  
  499. B GetHandleSize
  500.     I HandleTestNilOk
  501.         P testee, S B R A0 L
  502.  
  503. B SetHandleSize
  504.     I HandleTest
  505.         P testee, S B R A0 L
  506.  
  507. A SetHandleSize
  508.     I checkMemError
  509.         P testee, S A R D0 W
  510.  
  511. B HandleZone
  512.     I HandleTest
  513.         P testee, S B R A0 L
  514.  
  515. A HandleZone
  516.     I checkMemError
  517.         P testee, S A R D0 W
  518.  
  519. B RecoverHandle
  520.     I AddressTst
  521.         P testee, S B R A0 L
  522.  
  523. A RecoverHandle
  524.     I HandleTest
  525.         P testee, S A R A0 L
  526.  
  527. B ReallocHandle
  528.     I HandleTestNilOk
  529.         P testee, S B R A0 L
  530.  
  531. A ReallocHandle
  532.     I checkMemError
  533.         P testee, S A R D0 W
  534.  
  535. B DisposPtr
  536.     I PointerTestNilOk
  537.         P testee, S B R A0 L
  538.  
  539. A DisposPtr
  540.     I checkMemError
  541.         P testee, S A R D0 W
  542.  
  543. B GetPtrSize
  544.     I PointerTest
  545.         P testee, S B R A0 L
  546.  
  547. B SetPtrSize
  548.     I PointerTest
  549.         P testee, S B R A0 L
  550.  
  551. A SetPtrSize
  552.     I checkMemError
  553.         P testee, S A R D0 W
  554.  
  555. B PtrZone
  556.     I PointerTest
  557.         P testee, S B R A0 L
  558.  
  559. A PtrZone
  560.     I checkMemError
  561.         P testee, S A R D0 W
  562.  
  563. B EmptyHandle
  564.     I HandleTestNilOk
  565.         P testee, S B R A0 L
  566.  
  567. A EmptyHandle
  568.     I checkMemError
  569.         P testee, S A R D0 W
  570.  
  571. B HLock
  572.     I HandleTestNilOk
  573.         P testee, S B R A0 L
  574.  
  575. A HLock
  576.     I checkMemError
  577.         P testee, S A R D0 W
  578.  
  579. B HUnlock
  580.     I HandleTestNilOk
  581.         P testee, S B R A0 L
  582.  
  583. A HUnlock
  584.     I checkMemError
  585.         P testee, S A R D0 W
  586.  
  587. B HPurge
  588.     I HandleTestNilOk
  589.         P testee, S B R A0 L
  590.  
  591. A HPurge
  592.     I checkMemError
  593.         P testee, S A R D0 W
  594.  
  595. B HNoPurge
  596.     I HandleTestNilOk
  597.         P testee, S B R A0 L
  598.  
  599. A HNoPurge
  600.     I checkMemError
  601.         P testee, S A R D0 W
  602.  
  603. B SetGrowZone
  604.     I AddressTst
  605.         P testee, S B R A0 L
  606.  
  607. A SetGrowZone
  608.     I checkMemError
  609.         P testee, S A R D0 W
  610.  
  611. B BlockMove
  612.     I AddressTst
  613.         P testee, S B R A0 L
  614.     I AddressTst
  615.         P testee, S B R A1 L
  616.  
  617. A BlockMove
  618.     I checkMemError
  619.         P testee, S A R D0 W
  620.  
  621. B MoveHHi
  622.     I HandleTestNilOk
  623.         P testee, S B R A0 L
  624.  
  625. A MoveHHi
  626.     I checkMemError
  627.         P testee, S A R D0 W
  628.  
  629. B HSetRBit
  630.     I HandleTest
  631.         P testee, S B R A0 L
  632.  
  633. A HSetRBit
  634.     I checkMemError
  635.         P testee, S A R D0 W
  636.  
  637. B HClrRBit
  638.     I HandleTest
  639.         P testee, S B R A0 L
  640.  
  641. A HClrRBit
  642.     I checkMemError
  643.         P testee, S A R D0 W
  644.  
  645. B HGetState
  646.     I HandleTestNilOk
  647.         P testee, S B R A0 L
  648.  
  649. B HSetState
  650.     I HandleTestNilOk
  651.         P testee, S B R A0 L
  652.  
  653. A HSetState
  654.     I checkMemError
  655.         P testee, S A R D0 W
  656.  
  657. A PurgeMem
  658.     I checkMemError
  659.         P testee, S A R D0 W
  660.  
  661. A ResrvMem
  662.     I checkMemError
  663.         P testee, S A R D0 W
  664.  
  665. B DisposeMenu
  666.     I MenuHndTst
  667.         P testee, S P theMenu
  668.  
  669. B AppendMenu
  670.     I MenuHndTst
  671.         P testee, S P theMenu
  672.  
  673. B AddResMenu
  674.     I MenuHndTst
  675.         P testee, S P theMenu
  676.  
  677. B InsertMenu
  678.     I MenuHndTst
  679.         P testee, S P theMenu
  680.  
  681. B DelMenuItem
  682.     I MenuHndTst
  683.         P testee, S P theMenu
  684.  
  685. B InsMenuItem
  686.     I MenuHndTst
  687.         P testee, S P theMenu
  688.  
  689. B SetItem
  690.     I MenuHndTst
  691.         P testee, S P theMenu
  692.  
  693. B GetItem
  694.     I MenuHndTst
  695.         P testee, S P theMenu
  696.  
  697. B DisableItem
  698.     I MenuHndTst
  699.         P testee, S P theMenu
  700.  
  701. B EnableItem
  702.     I MenuHndTst
  703.         P testee, S P theMenu
  704.  
  705. B CheckItem
  706.     I MenuHndTst
  707.         P testee, S P theMenu
  708.  
  709. B SetItemMark
  710.     I MenuHndTst
  711.         P testee, S P theMenu
  712.  
  713. B GetItemMark
  714.     I MenuHndTst
  715.         P testee, S P theMenu
  716.  
  717. B GetItemIcon
  718.     I MenuHndTst
  719.         P testee, S P theMenu
  720.  
  721. B SetItemIcon
  722.     I MenuHndTst
  723.         P testee, S P theMenu
  724.  
  725. B GetItemStyle
  726.     I MenuHndTst
  727.         P testee, S P theMenu
  728.  
  729. B SetItemStyle
  730.     I MenuHndTst
  731.         P testee, S P theMenu
  732.  
  733. B CalcMenuSize
  734.     I MenuHndTst
  735.         P testee, S P theMenu
  736.  
  737. B CountMItems
  738.     I MenuHndTst
  739.         P testee, S P theMenu
  740.  
  741. B GetItemCmd
  742.     I MenuHndTst
  743.         P testee, S P theMenu
  744.  
  745. B SetItemCmd
  746.     I MenuHndTst
  747.         P testee, S P theMenu
  748.  
  749. B PopUpMenuSelect
  750.     I MenuHndTst
  751.         P testee, S P theMenu
  752.  
  753. A MFMaxMem
  754.     I checkMemError
  755.         P testee, S A R D0 W
  756.  
  757. A MFTempNewHandle
  758.     I checkMemError
  759.         P testee, S A R D0 W
  760.  
  761. B MFTempHLock
  762.     I HandleTest
  763.         P testee, S P h
  764.  
  765. A MFTempHLock
  766.     I checkMemError
  767.         P testee, S A R D0 W
  768.  
  769. B MFTempHUnlock
  770.     I HandleTest
  771.         P testee, S P h
  772.  
  773. A MFTempHUnlock
  774.     I checkMemError
  775.         P testee, S A R D0 W
  776.  
  777. B MFTempDisposHandle
  778.     I HandleTest
  779.         P testee, S P h
  780.  
  781. B MFTopMem
  782.     I AddressTst
  783.         P testee, S P returnValue
  784.  
  785. B NMInstall
  786.     I AddressTst
  787.         P testee, S P nmReqPtr
  788.  
  789. A NMInstall
  790.     I zeroWord
  791.         P testee, S P returnValue
  792.  
  793. B NMRemove
  794.     I AddressTst
  795.         P testee, S P nmReqPtr
  796.  
  797. A NMRemove
  798.     I zeroWord
  799.         P testee, S P returnValue
  800.  
  801. B NewPalette
  802.     I HandleTestNilOK
  803.         P testee, S P srcColors
  804.  
  805. A NewPalette
  806.     I HandleTest
  807.         P testee, S P returnValue
  808.  
  809. A GetNewPalette
  810.     I HandleTest
  811.         P testee, S P returnValue
  812.  
  813. B DisposePalette
  814.     I HandleTestNilOK
  815.         P testee, S P srcPalette
  816.  
  817. B ActivatePalette
  818.     I WindowPtrTst
  819.         P testee, S P srcWindow
  820.  
  821. B SetPalette
  822.     I WindowPtrTst
  823.         P testee, S P dstWindow
  824.     I HandleTestNilOK
  825.         P testee, S P srcPalette
  826.  
  827. B GetPalette
  828.     I WindowPtrTst
  829.         P testee, S P srcWindow
  830.  
  831. A GetPalette
  832.     I HandleTestNilOK
  833.         P testee, S P returnValue
  834.  
  835. B CopyPalette
  836.     I HandleTestNilOK
  837.         P testee, S P srcPalette
  838.  
  839. B AnimateEntry
  840.     I WindowPtrTst
  841.         P testee, S P dstWindow
  842.  
  843. B AnimatePalette
  844.     I WindowPtrTst
  845.         P testee, S P dstWindow
  846.     I HandleTest
  847.         P testee, S P srcCTab
  848.  
  849. B GetEntryColor
  850.     I HandleTest
  851.         P testee, S P srcPalette
  852.  
  853. B SetEntryColor
  854.     I HandleTest
  855.         P testee, S P dstPalette
  856.  
  857. B GetEntryUsage
  858.     I HandleTest
  859.         P testee, S P srcPalette
  860.  
  861. B SetEntryUsage
  862.     I HandleTest
  863.         P testee, S P dstPalette
  864.  
  865. B CTab2Palette
  866.     I HandleTest
  867.         P testee, S P srcCTab
  868.     I HandleTest
  869.         P testee, S P dstPalette
  870.  
  871. B Palette2CTab
  872.     I HandleTest
  873.         P testee, S P srcPalette
  874.     I HandleTest
  875.         P testee, S P dstCTab
  876.  
  877. B OpenPort
  878.     I AddressTst
  879.         P testee, S P port
  880.  
  881. B InitPort
  882.     I AddressTst
  883.         P testee, S P port
  884.  
  885. B ClosePort
  886.     I GrafPtrTst
  887.         P testee, S P port
  888.  
  889. B SetPort
  890.     I GrafPtrTst
  891.         P testee, S P port
  892.  
  893. B SetPortBits
  894.     I AnyMapTest
  895.         P testee, S P bm
  896.  
  897. B SetClip
  898.     I RgnHndTst
  899.         P testee, S P rgn
  900.  
  901. B ClipRect
  902.     I rectTest
  903.         P testee, S P r
  904.  
  905. B DrawText
  906.     I AddressTst
  907.         P testee, S P textBuf
  908.  
  909. B TextWidth
  910.     I AddressTst
  911.         P testee, S P textBuf
  912.  
  913. B MeasureText
  914.     I AddressTst
  915.         P testee, S P textAddr
  916.     I AddressTst
  917.         P testee, S P charLocs
  918.  
  919. B PtInRect
  920.     I RectTest
  921.         P testee, S P r
  922.  
  923. B FrameRect
  924.     I RectTest
  925.         P testee, S P r
  926.  
  927. B PaintRect
  928.     I RectTest
  929.         P testee, S P r
  930.  
  931. B EraseRect
  932.     I RectTest
  933.         P testee, S P r
  934.  
  935. B InvertRect
  936.     I RectTest
  937.         P testee, S P r
  938.  
  939. B FillRect
  940.     I RectTest
  941.         P testee, S P r
  942.  
  943. B FrameOval
  944.     I RectTest
  945.         P testee, S P r
  946.  
  947. B PaintOval
  948.     I RectTest
  949.         P testee, S P r
  950.  
  951. B EraseOval
  952.     I RectTest
  953.         P testee, S P r
  954.  
  955. B InvertOval
  956.     I RectTest
  957.         P testee, S P r
  958.  
  959. B FillOval
  960.     I RectTest
  961.         P testee, S P r
  962.  
  963. B FrameRoundRect
  964.     I RectTest
  965.         P testee, S P r
  966.  
  967. B PaintRoundRect
  968.     I RectTest
  969.         P testee, S P r
  970.  
  971. B EraseRoundRect
  972.     I RectTest
  973.         P testee, S P r
  974.  
  975. B InvertRoundRect
  976.     I RectTest
  977.         P testee, S P r
  978.  
  979. B FillRoundRect
  980.     I RectTest
  981.         P testee, S P r
  982.  
  983. B FrameArc
  984.     I RectTest
  985.         P testee, S P r
  986.  
  987. B PaintArc
  988.     I RectTest
  989.         P testee, S P r
  990.  
  991. B EraseArc
  992.     I RectTest
  993.         P testee, S P r
  994.  
  995. B InvertArc
  996.     I RectTest
  997.         P testee, S P r
  998.  
  999. B FillArc
  1000.     I RectTest
  1001.         P testee, S P r
  1002.  
  1003. B DisposeRgn
  1004.     I RgnHndTst
  1005.         P testee, S P rgn
  1006.  
  1007. B CopyRgn
  1008.     I RgnHndTst
  1009.         P testee, S P srcRgn
  1010.     I RgnHndTst
  1011.         P testee, S P dstRgn
  1012.  
  1013. B SetEmptyRgn
  1014.     I RgnHndTst
  1015.         P testee, S P rgn
  1016.  
  1017. B SetRectRgn
  1018.     I RgnHndTst
  1019.         P testee, S P rgn
  1020.  
  1021. B RectRgn
  1022.     I RgnHndTst
  1023.         P testee, S P rgn
  1024.  
  1025. B CloseRgn
  1026.     I RgnHndTst
  1027.         P testee, S P dstRgn
  1028.  
  1029. B OffsetRgn
  1030.     I RgnHndTst
  1031.         P testee, S P rgn
  1032.  
  1033. B InsetRgn
  1034.     I RgnHndTst
  1035.         P testee, S P rgn
  1036.  
  1037. B SectRgn
  1038.     I RgnHndTst
  1039.         P testee, S P srcRgnA
  1040.     I RgnHndTst
  1041.         P testee, S P srcRgnB
  1042.     I RgnHndTst
  1043.         P testee, S P dstRgn
  1044.  
  1045. B UnionRgn
  1046.     I RgnHndTst
  1047.         P testee, S P srcRgnA
  1048.     I RgnHndTst
  1049.         P testee, S P srcRgnB
  1050.     I RgnHndTst
  1051.         P testee, S P dstRgn
  1052.  
  1053. B DiffRgn
  1054.     I RgnHndTst
  1055.         P testee, S P srcRgnA
  1056.     I RgnHndTst
  1057.         P testee, S P srcRgnB
  1058.     I RgnHndTst
  1059.         P testee, S P dstRgn
  1060.  
  1061. B XorRgn
  1062.     I RgnHndTst
  1063.         P testee, S P srcRgnA
  1064.     I RgnHndTst
  1065.         P testee, S P srcRgnB
  1066.     I RgnHndTst
  1067.         P testee, S P dstRgn
  1068.  
  1069. B PtInRgn
  1070.     I RgnHndTst
  1071.         P testee, S P rgn
  1072.  
  1073. B RectInRgn
  1074.     I RectTest
  1075.         P testee, S P r
  1076.     I RgnHndTst
  1077.         P testee, S P rgn
  1078.  
  1079. B EqualRgn
  1080.     I RgnHndTst
  1081.         P testee, S P rgnA
  1082.     I RgnHndTst
  1083.         P testee, S P rgnB
  1084.  
  1085. B EmptyRgn
  1086.     I RgnHndTst
  1087.         P testee, S P rgn
  1088.  
  1089. B FrameRgn
  1090.     I RgnHndTst
  1091.         P testee, S P rgn
  1092.  
  1093. B PaintRgn
  1094.     I RgnHndTst
  1095.         P testee, S P rgn
  1096.  
  1097. B EraseRgn
  1098.     I RgnHndTst
  1099.         P testee, S P rgn
  1100.  
  1101. B InvertRgn
  1102.     I RgnHndTst
  1103.         P testee, S P rgn
  1104.  
  1105. B FillRgn
  1106.     I RgnHndTst
  1107.         P testee, S P rgn
  1108.  
  1109. B ScrollRect
  1110.     I RectTest
  1111.         P testee, S P r
  1112.     I RgnHndTst
  1113.         P testee, S P updateRgn
  1114.  
  1115. B CopyBits
  1116.     I anyMapTest
  1117.         P testee, S P srcBits
  1118.     I anyMapTest
  1119.         P testee, S P dstBits
  1120.     I rectTest
  1121.         P testee, S P srcRect
  1122.     I rectTest
  1123.         P testee, S P dstRect
  1124.  
  1125. B SeedFill
  1126.     I AddressTst
  1127.         P testee, S P srcPtr
  1128.     I AddressTst
  1129.         P testee, S P dstPtr
  1130.  
  1131. B CalcMask
  1132.     I AddressTst
  1133.         P testee, S P srcPtr
  1134.     I AddressTst
  1135.         P testee, S P dstPtr
  1136.  
  1137. B CopyMask
  1138.     I anyMapTest
  1139.         P testee, S P srcBits
  1140.     I anyMapTest
  1141.         P testee, S P maskBits
  1142.     I anyMapTest
  1143.         P testee, S P dstBits
  1144.     I rectTest
  1145.         P testee, S P srcRect
  1146.     I rectTest
  1147.         P testee, S P maskRect
  1148.     I rectTest
  1149.         P testee, S P dstRect
  1150.  
  1151. B OpenPicture
  1152.     I RectTest
  1153.         P testee, S P picFrame
  1154.  
  1155. B PicComment
  1156.     I HandleTest
  1157.         P testee, S P dataHandle
  1158.  
  1159. B DrawPicture
  1160.     I PicHndTst
  1161.         P testee, S P myPicture
  1162.     I RectTest
  1163.         P testee, S P dstRect
  1164.  
  1165. B KillPicture
  1166.     I PicHndTst
  1167.         P testee, S P myPicture
  1168.  
  1169. B KillPoly
  1170.     I PolyHndTst
  1171.         P testee, S P poly
  1172.  
  1173. B OffsetPoly
  1174.     I PolyHndTst
  1175.         P testee, S P poly
  1176.  
  1177. B FramePoly
  1178.     I PolyHndTst
  1179.         P testee, S P poly
  1180.  
  1181. B PaintPoly
  1182.     I PolyHndTst
  1183.         P testee, S P poly
  1184.  
  1185. B ErasePoly
  1186.     I PolyHndTst
  1187.         P testee, S P poly
  1188.  
  1189. B InvertPoly
  1190.     I PolyHndTst
  1191.         P testee, S P poly
  1192.  
  1193. B FillPoly
  1194.     I PolyHndTst
  1195.         P testee, S P poly
  1196.  
  1197. B StuffHex
  1198.     I AddressTst
  1199.         P testee, S P thingPtr
  1200.  
  1201. B ScalePt
  1202.     I RectTest
  1203.         P testee, S P srcRect
  1204.     I RectTest
  1205.         P testee, S P dstRect
  1206.  
  1207. B MapRect
  1208.     I RectTest
  1209.         P testee, S P r
  1210.     I RectTest
  1211.         P testee, S P srcRect
  1212.     I RectTest
  1213.         P testee, S P dstRect
  1214.  
  1215. B MapRgn
  1216.     I RgnHndTst
  1217.         P testee, S P rgn
  1218.     I RectTest
  1219.         P testee, S P srcRect
  1220.     I RectTest
  1221.         P testee, S P dstRect
  1222.  
  1223. B MapPoly
  1224.     I PolyHndTst
  1225.         P testee, S P poly
  1226.     I RectTest
  1227.         P testee, S P srcRect
  1228.     I RectTest
  1229.         P testee, S P dstRect
  1230.  
  1231. B OpenCPort
  1232.     I AddressTst
  1233.         P testee, S P port
  1234.  
  1235. B InitCPort
  1236.     I AddressTst
  1237.         P testee, S P port
  1238.  
  1239. B CloseCPort
  1240.     I GrafPtrTst
  1241.         P testee, S P port
  1242.  
  1243. B DisposPixMap
  1244.     I PixMapTest
  1245.         P testee, S P pm
  1246.  
  1247. B CopyPixMap
  1248.     I PixMapTest
  1249.         P testee, S P srcPM
  1250.     I PixMapTest
  1251.         P testee, S P dstPM
  1252.  
  1253. B DisposPixPat
  1254.     I PixPatHndTst
  1255.         P testee, S P pp
  1256.  
  1257. B CopyPixPat
  1258.     I PixPatHndTst
  1259.         P testee, S P srcPP
  1260.     I PixPatHndTst
  1261.         P testee, S P dstPP
  1262.  
  1263. B PenPixPat
  1264.     I PixPatHndTst
  1265.         P testee, S P pp
  1266.  
  1267. B BackPixPat
  1268.     I PixPatHndTst
  1269.         P testee, S P pp
  1270.  
  1271. B MakeRGBPat
  1272.     I PixPatHndTst
  1273.         P testee, S P pp
  1274.  
  1275. B FillCRect
  1276.     I RectTest
  1277.         P testee, S P r
  1278.     I PixPatHndTst
  1279.         P testee, S P pp
  1280.  
  1281. B FillCOval
  1282.     I RectTest
  1283.         P testee, S P r
  1284.     I PixPatHndTst
  1285.         P testee, S P pp
  1286.  
  1287. B FillCRoundRect
  1288.     I RectTest
  1289.         P testee, S P r
  1290.     I PixPatHndTst
  1291.         P testee, S P pp
  1292.  
  1293. B FillCArc
  1294.     I RectTest
  1295.         P testee, S P r
  1296.     I PixPatHndTst
  1297.         P testee, S P pp
  1298.  
  1299. B FillCRgn
  1300.     I RgnHndTst
  1301.         P testee, S P rgn
  1302.     I PixPatHndTst
  1303.         P testee, S P pp
  1304.  
  1305. B FillCPoly
  1306.     I PolyHndTst
  1307.         P testee, S P poly
  1308.     I PixPatHndTst
  1309.         P testee, S P pp
  1310.  
  1311. B SeedCFill
  1312.     I AnyMapTest
  1313.         P testee, S P srcBits
  1314.     I AnyMapTest
  1315.         P testee, S P dstBits
  1316.     I RectTest
  1317.         P testee, S P srcRect
  1318.     I RectTest
  1319.         P testee, S P dstRect
  1320.     I AddressTst
  1321.         P testee, S P matchProc
  1322.  
  1323. B CalcCMask
  1324.     I AnyMapTest
  1325.         P testee, S P srcBits
  1326.     I AnyMapTest
  1327.         P testee, S P dstBits
  1328.     I RectTest
  1329.         P testee, S P srcRect
  1330.     I RectTest
  1331.         P testee, S P dstRect
  1332.     I AddressTst
  1333.         P testee, S P matchProc
  1334.  
  1335. B DisposCTable
  1336.     I HandleTestNilOk
  1337.         P testee, S P cTable
  1338.  
  1339. B SetCCursor
  1340.     I HandleTest
  1341.         P testee, S P cCrsr
  1342.  
  1343. B DisposCCursor
  1344.     I HandleTestNilOk
  1345.         P testee, S P cCrsr
  1346.  
  1347. B PlotCIcon
  1348.     I RectTest
  1349.         P testee, S P theRect
  1350.     I HandleTest
  1351.         P testee, S P theIcon
  1352.  
  1353. B DisposCIcon
  1354.     I HandleTestNilOk
  1355.         P testee, S P theIcon
  1356.  
  1357. B GetNextDevice
  1358.     I HandleTest
  1359.         P testee, S P curDevice
  1360.  
  1361. B TestDeviceAttribute
  1362.     I HandleTest
  1363.         P testee, S P gdh
  1364.  
  1365. B SetDeviceAttribute
  1366.     I HandleTest
  1367.         P testee, S P gdh
  1368.  
  1369. B InitGDevice
  1370.     I HandleTest
  1371.         P testee, S P gdh
  1372.  
  1373. B DisposGDevice
  1374.     I HandleTestNilOk
  1375.         P testee, S P gdh
  1376.  
  1377. B SetGDevice
  1378.     I HandleTest
  1379.         P testee, S P gd
  1380.  
  1381. B GetSubTable
  1382.     I HandleTest
  1383.         P testee, S P myColors
  1384.     I HandleTest
  1385.         P testee, S P targetTbl
  1386.  
  1387. B MakeITable
  1388.     I HandleTestNilOK
  1389.         P testee, S P cTabH
  1390.     I HandleTestNilOK
  1391.         P testee, S P iTabH
  1392.  
  1393. A CloseResFile
  1394.     I checkResError
  1395.  
  1396. A HomeResFile
  1397.     I checkResError
  1398.  
  1399. A CreateResFile
  1400.     I checkResError
  1401.  
  1402. A OpenResFile
  1403.     I checkResError
  1404.  
  1405. A UseResFile
  1406.     I checkResError
  1407.  
  1408. A CountTypes
  1409.     I checkResError
  1410.  
  1411. A Count1Types
  1412.     I checkResError
  1413.  
  1414. A GetIndType
  1415.     I checkResError
  1416.  
  1417. A Get1IndType
  1418.     I checkResError
  1419.  
  1420. A CountResources
  1421.     I checkResError
  1422.  
  1423. A Count1Resources
  1424.     I checkResError
  1425.  
  1426. A GetIndResource
  1427.     I checkResError
  1428.  
  1429. A Get1IndResource
  1430.     I checkResError
  1431.  
  1432. A GetResource
  1433.     I checkResError
  1434.  
  1435. A Get1Resource
  1436.     I checkResError
  1437.  
  1438. A GetNamedResource
  1439.     I checkResError
  1440.  
  1441. A Get1NamedResource
  1442.     I checkResError
  1443.  
  1444. A LoadResource
  1445.     I checkResError
  1446.  
  1447. B ReleaseResource
  1448.     I HandleTestNilOk
  1449.         P testee, S P theResource
  1450.  
  1451. A ReleaseResource
  1452.     I checkResError
  1453.  
  1454. B DetachResource
  1455.     I HandleTest
  1456.         P testee, S P theResource
  1457.  
  1458. A DetachResource
  1459.     I checkResError
  1460.  
  1461. B GetResInfo
  1462.     I HandleTestNilOk
  1463.         P testee, S P theResource
  1464.  
  1465. A GetResInfo
  1466.     I checkResError
  1467.  
  1468. B GetResAttrs
  1469.     I HandleTestNilOk
  1470.         P testee, S P theResource
  1471.  
  1472. A GetResAttrs
  1473.     I checkResError
  1474.  
  1475. B SizeResource
  1476.     I HandleTestNilOk
  1477.         P testee, S P theResource
  1478.  
  1479. A SizeResource
  1480.     I checkResError
  1481.  
  1482. B MaxSizeRsrc
  1483.     I HandleTestNilOk
  1484.         P testee, S P theResource
  1485.  
  1486. A MaxSizeRsrc
  1487.     I checkResError
  1488.  
  1489. B RsrcMapEntry
  1490.     I HandleTest
  1491.         P testee, S P theResource
  1492.  
  1493. A RsrcMapEntry
  1494.     I checkResError
  1495.  
  1496. B SetResInfo
  1497.     I HandleTest
  1498.         P testee, S P theResource
  1499.  
  1500. A SetResInfo
  1501.     I checkResError
  1502.  
  1503. B SetResAttrs
  1504.     I HandleTest
  1505.         P testee, S P theResource
  1506.  
  1507. A SetResAttrs
  1508.     I checkResError
  1509.  
  1510. B ChangedResource
  1511.     I HandleTest
  1512.         P testee, S P theResource
  1513.  
  1514. A ChangedResource
  1515.     I checkResError
  1516.  
  1517. B AddResource
  1518.     I HandleTest
  1519.         P testee, S P theResource
  1520.  
  1521. A AddResource
  1522.     I checkResError
  1523.  
  1524. B RmveResource
  1525.     I HandleTest
  1526.         P testee, S P theResource
  1527.  
  1528. A RmveResource
  1529.     I checkResError
  1530.  
  1531. B WriteResource
  1532.     I HandleTestNilOk
  1533.         P testee, S P theResource
  1534.  
  1535. A WriteResource
  1536.     I checkResError
  1537.  
  1538. A UpdateResFile
  1539.     I checkResError
  1540.  
  1541. A SetResPurge
  1542.     I checkResError
  1543.  
  1544. A GetResFileAttrs
  1545.     I checkResError
  1546.  
  1547. A SetResFileAttrs
  1548.     I checkResError
  1549.  
  1550. A OpenRFPerm
  1551.     I checkResError
  1552.  
  1553. A RGetResource
  1554.     I checkResError
  1555.  
  1556. B PutScrap
  1557.     I AddressTst
  1558.         P testee, S P source
  1559.  
  1560. B GetScrap
  1561.     I AddressTst
  1562.         P testee, S P hDest
  1563.  
  1564. B CharByte
  1565.     I AddressTst
  1566.         P testee, S P textBuf
  1567.  
  1568. B CharType
  1569.     I AddressTst
  1570.         P testee, S P textBuf
  1571.  
  1572. B Pixel2Char
  1573.     I AddressTst
  1574.         P testee, S P textBuf
  1575.  
  1576. B Char2Pixel
  1577.     I AddressTst
  1578.         P testee, S P textBuf
  1579.  
  1580. B Transliterate
  1581.     I HandleTest
  1582.         P testee, S P srcHandle
  1583.     I HandleTest
  1584.         P testee, S P dstHandle
  1585.  
  1586. B FindWord
  1587.     I AddressTst
  1588.         P testee, S P textPtr
  1589.     I AddressTst
  1590.         P testee, S P breaks
  1591.     I AddressTst
  1592.         P testee, S P offsets
  1593.  
  1594. B HiliteText
  1595.     I AddressTst
  1596.         P testee, S P textPtr
  1597.     I AddressTst
  1598.         P testee, S P offsets
  1599.  
  1600. B DrawJust
  1601.     I AddressTst
  1602.         P testee, S P textPtr
  1603.  
  1604. B MeasureJust
  1605.     I AddressTst
  1606.         P testee, S P textPtr
  1607.     I AddressTst
  1608.         P testee, S P charLocs
  1609.  
  1610. B ParseTable
  1611.     I AddressTst
  1612.         P testee, S P table
  1613.  
  1614. B UnloadSeg
  1615.     I AddressTst
  1616.         P testee, S P routineAddr
  1617.  
  1618. B ShutDwnInstall
  1619.     I AddressTst
  1620.         P testee, S P shutDownProc
  1621.  
  1622. B ShutDwnRemove
  1623.     I AddressTst
  1624.         P testee, S P shutDownProc
  1625.  
  1626. B SndDoCommand
  1627.     I PointerTest
  1628.         P testee, S P chan
  1629.  
  1630. A SndDoCommand
  1631.     I zeroWord
  1632.         P testee, S P returnValue
  1633.  
  1634. B SndDoImmediate
  1635.     I PointerTest
  1636.         P testee, S P chan
  1637.  
  1638. A SndDoImmediate
  1639.     I zeroWord
  1640.         P testee, S P returnValue
  1641.  
  1642. B SndAddModifier
  1643.     I PointerTest
  1644.         P testee, S P chan
  1645.     I AddressTst
  1646.         P testee, S P modifier
  1647.  
  1648. A SndAddModifier
  1649.     I zeroWord
  1650.         P testee, S P returnValue
  1651.  
  1652. B SndNewChannel
  1653.     I PointerTest
  1654.         P testee, S P chan
  1655.     I AddressTst
  1656.         P testee, S P userRoutine
  1657.  
  1658. A SndNewChannel
  1659.     I zeroWord
  1660.         P testee, S P returnValue
  1661.  
  1662. B GetDefaultStartup
  1663.     I AddressTst
  1664.         P testee, S P paramBlock
  1665.  
  1666. B SetDefaultStartup
  1667.     I AddressTst
  1668.         P testee, S P paramBlock
  1669.  
  1670. B GetVideoDefault
  1671.     I AddressTst
  1672.         P testee, S P paramBlock
  1673.  
  1674. B SetVideoDefault
  1675.     I AddressTst
  1676.         P testee, S P paramBlock
  1677.  
  1678. B DTInstall
  1679.     I AddressTst
  1680.         P testee, S P dtTaskPtr
  1681.  
  1682. A DTInstall
  1683.     I zeroWord
  1684.         P testee, S P returnValue
  1685.  
  1686. B SetOSDefault
  1687.     I AddressTst
  1688.         P testee, S P paramBlock
  1689.  
  1690. B GetOSDefault
  1691.     I AddressTst
  1692.         P testee, S P paramBlock
  1693.  
  1694. B TEDispose
  1695.     I TEHndTst
  1696.         P testee, S P hTE
  1697.  
  1698. B TESetText
  1699.     I AddressTst
  1700.         P testee, S P text
  1701.     I TEHndTst
  1702.         P testee, S P hTE
  1703.  
  1704. B TEGetText
  1705.     I TEHndTst
  1706.         P testee, S P hTE
  1707.  
  1708. B TEIdle
  1709.     I TEHndTst
  1710.         P testee, S P hTE
  1711.  
  1712. B TEClick
  1713.     I TEHndTst
  1714.         P testee, S P hTE
  1715.  
  1716. B TESetSelect
  1717.     I TEHndTst
  1718.         P testee, S P hTE
  1719.  
  1720. B TEActivate
  1721.     I TEHndTst
  1722.         P testee, S P hTE
  1723.  
  1724. B TEDeactivate
  1725.     I TEHndTst
  1726.         P testee, S P hTE
  1727.  
  1728. B TEKey
  1729.     I TEHndTst
  1730.         P testee, S P hTE
  1731.  
  1732. B TECut
  1733.     I TEHndTst
  1734.         P testee, S P hTE
  1735.  
  1736. B TECopy
  1737.     I TEHndTst
  1738.         P testee, S P hTE
  1739.  
  1740. B TEPaste
  1741.     I TEHndTst
  1742.         P testee, S P hTE
  1743.  
  1744. B TEDelete
  1745.     I TEHndTst
  1746.         P testee, S P hTE
  1747.  
  1748. B TEInsert
  1749.     I AddressTst
  1750.         P testee, S P text
  1751.     I TEHndTst
  1752.         P testee, S P hTE
  1753.  
  1754. B TESetJust
  1755.     I TEHndTst
  1756.         P testee, S P hTE
  1757.  
  1758. B TEUpdate
  1759.     I TEHndTst
  1760.         P testee, S P hTE
  1761.  
  1762. B TextBox
  1763.     I AddressTst
  1764.         P testee, S P text
  1765.     I RectTest
  1766.         P testee, S P box
  1767.  
  1768. B TEScroll
  1769.     I TEHndTSt
  1770.         P testee, S P hTE
  1771.  
  1772. B TESelView
  1773.     I TEHndTst
  1774.         P testee, S P hTE
  1775.  
  1776. B TEPinScroll
  1777.     I TEHndTst
  1778.         P testee, S P hTE
  1779.  
  1780. B TEAutoView
  1781.     I TEHndTst
  1782.         P testee, S P hTE
  1783.  
  1784. B TECalText
  1785.     I TEHndTst
  1786.         P testee, S P hTE
  1787.  
  1788. B InsTime
  1789.     I AddressTst
  1790.         P testee, S P tmTaskPtr
  1791.  
  1792. B RmvTime
  1793.     I AddressTst
  1794.         P testee, S P tmTaskPtr
  1795.  
  1796. B PrimeTime
  1797.     I AddressTst
  1798.         P testee, S P tmTaskPtr
  1799.  
  1800. B SetString
  1801.     I AddressTst
  1802.         P testee, S P strNew
  1803.     I AddressTst
  1804.         P testee, S P theString
  1805.  
  1806. B Munger
  1807.     I AddressTst
  1808.         P testee, S P h
  1809.     I AddressTst
  1810.         P testee, S P ptr1
  1811.     I MungAddrTst
  1812.         P testee, S P ptr2
  1813.         P lngth, S P len2
  1814.  
  1815. B PackBits
  1816.     I AddressTst
  1817.         P testee, S P srcPtr
  1818.     I AddressTst
  1819.         P testee, S P dstPtr
  1820.  
  1821. B UnpackBits
  1822.     I AddressTst
  1823.         P testee, S P srcPtr
  1824.     I AddressTst
  1825.         P testee, S P dstPtr
  1826.  
  1827. B PlotIcon
  1828.     I RectTest
  1829.         P testee, S P theRect
  1830.     I HandleTest
  1831.         P testee, S P theIcon
  1832.  
  1833. B ShieldCursor
  1834.     I RectTest
  1835.         P testee, S P shieldRect
  1836.  
  1837. B HandToHand
  1838.     I HandleTest
  1839.         P testee, S P theHndl
  1840.  
  1841. A HandToHand
  1842.     I zeroWord
  1843.         P testee, S P returnValue
  1844.  
  1845. B PtrToHand
  1846.     I AddressTst
  1847.         P testee, S P srcPtr
  1848.  
  1849. A PtrToHand
  1850.     I zeroWord
  1851.         P testee, S P returnValue
  1852.  
  1853. B PtrToXHand
  1854.     I AddressTst
  1855.         P testee, S P srcPtr
  1856.     I HandleTest
  1857.         P testee, S P dstHndl
  1858.  
  1859. A PtrToXHand
  1860.     I zeroWord
  1861.         P testee, S P returnValue
  1862.  
  1863. B HandAndHand
  1864.     I HandleTest
  1865.         P testee, S P Hand1
  1866.     I HandleTest
  1867.         P testee, S P Hand2
  1868.  
  1869. A HandAndHand
  1870.     I zeroWord
  1871.         P testee, S P returnValue
  1872.  
  1873. B SetTrapAddress
  1874.     I AddressTst
  1875.         P testee, S P trapAddr
  1876.  
  1877. B KeyTrans
  1878.     I AddressTst
  1879.         P testee, S P transData
  1880.  
  1881. B Enqueue
  1882.     I AddressTst
  1883.         P testee, S P qElement
  1884.     I AddressTst
  1885.         P testee, S P qHeader
  1886.  
  1887. B Dequeue
  1888.     I AddressTst
  1889.         P testee, S P qElement
  1890.     I AddressTst
  1891.         P testee, S P qHeader
  1892.  
  1893. A Dequeue
  1894.     I zeroWord
  1895.         P testee, S P returnValue
  1896.  
  1897. A InitUtil
  1898.     I zeroWord
  1899.         P testee, S P returnValue
  1900.  
  1901. A WriteParam
  1902.     I zeroWord
  1903.         P testee, S P resultCode
  1904.  
  1905. A ReadDateTime
  1906.     I zeroWord
  1907.         P testee, S P resultCode
  1908.  
  1909. A SetDateTime
  1910.     I zeroWord
  1911.         P testee, S P resultCode
  1912.  
  1913. B VInstall
  1914.     I AddressTst
  1915.         P testee, S P VBLTaskPtr
  1916.  
  1917. A VInstall
  1918.     I zeroWord
  1919.         P testee, S P resultCode
  1920.  
  1921. B VRemove
  1922.     I AddressTst
  1923.         P testee, S P VBLTaskPtr
  1924.  
  1925. A VRemove
  1926.     I zeroWord
  1927.         P testee, S P resultCode
  1928.  
  1929. B SlotVInstall
  1930.     I AddressTst
  1931.         P testee, S P VBLBlockPtr
  1932.  
  1933. A SlotVInstall
  1934.     I zeroWord
  1935.         P testee, S P returnValue
  1936.  
  1937. B SlotVRemove
  1938.     I AddressTst
  1939.         P testee, S P VBLBlockPtr
  1940.  
  1941. A SlotVRemove
  1942.     I zeroWord
  1943.         P testee, S P returnValue
  1944.  
  1945. A AttachVBL
  1946.     I zeroWord
  1947.         P testee, S P returnValue
  1948.  
  1949. A DoVBLTask
  1950.     I zeroWord
  1951.         P testee, S P returnValue
  1952.  
  1953. B NewWindow
  1954.     I AddressTst
  1955.         P testee, S P wStorage
  1956.     I RectTest
  1957.         P testee, S P boundsRect
  1958.  
  1959. B GetNewWindow
  1960.     I AddressTst
  1961.         P testee, S P wStorage
  1962.  
  1963. B CloseWindow
  1964.     I WindowPtrTst
  1965.         P testee, S P theWindow
  1966.  
  1967. B DisposeWindow
  1968.     I WindowPtrTst
  1969.         P testee, S P theWindow
  1970.  
  1971. B SetWTitle
  1972.     I WindowPtrTst
  1973.         P testee, S P theWindow
  1974.  
  1975. B GetWTitle
  1976.     I WindowPtrTst
  1977.         P testee, S P theWindow
  1978.  
  1979. B SetWRefCon
  1980.     I WindowPtrTst
  1981.         P testee, S P theWindow
  1982.  
  1983. B GetWRefCon
  1984.     I AddressTst
  1985.         P testee, S P theWindow
  1986.  
  1987. B HideWindow
  1988.     I WindowPtrTst
  1989.         P testee, S P theWindow
  1990.  
  1991. B ShowWindow
  1992.     I WindowPtrTst
  1993.         P testee, S P theWindow
  1994.  
  1995. B ShowHide
  1996.     I WindowPtrTst
  1997.         P testee, S P theWindow
  1998.  
  1999. B MoveWindow
  2000.     I WindowPtrTst
  2001.         P testee, S P theWindow
  2002.  
  2003. B SizeWindow
  2004.     I WindowPtrTst
  2005.         P testee, S P theWindow
  2006.  
  2007. B BringToFront
  2008.     I WindowPtrTst
  2009.         P testee, S P theWindow
  2010.  
  2011. B SendBehind
  2012.     I WindowPtrTst
  2013.         P testee, S P theWindow
  2014.     I AddressTst
  2015.         P testee, S P behindWindow
  2016.  
  2017. B HiliteWindow
  2018.     I WindowPtrTst
  2019.         P testee, S P theWindow
  2020.  
  2021. B DrawGrowIcon
  2022.     I WindowPtrTst
  2023.         P testee, S P theWindow
  2024.  
  2025. B BeginUpdate
  2026.     I WindowPtrTst
  2027.         P testee, S P theWindow
  2028.  
  2029. B EndUpdate
  2030.     I WindowPtrTst
  2031.         P testee, S P theWindow
  2032.  
  2033. B InvalRect
  2034.     I RectTest
  2035.         P testee, S P badRect
  2036.  
  2037. B ValidRect
  2038.     I RectTest
  2039.         P testee, S P goodRect
  2040.  
  2041. B InvalRgn
  2042.     I RgnHndTst
  2043.         P testee, S P badRgn
  2044.  
  2045. B ValidRgn
  2046.     I RgnHndTst
  2047.         P testee, S P goodRgn
  2048.  
  2049. B SetWindowPic
  2050.     I WindowPtrTst
  2051.         P testee, S P theWindow
  2052.     I PicHndTst
  2053.         P testee, S P pic
  2054.  
  2055. B GetWindowPic
  2056.     I WindowPtrTst
  2057.         P testee, S P theWindow
  2058.  
  2059. B PinRect
  2060.     I RectTest
  2061.         P testee, S P theRect
  2062.  
  2063. B SelectWindow
  2064.     I WindowPtrTst
  2065.         P testee, S P theWindow
  2066.  
  2067. B DragWindow
  2068.     I WindowPtrTst
  2069.         P testee, S P theWindow
  2070.     I RectTest
  2071.         P testee, S P boundsRect
  2072.  
  2073. B GrowWindow
  2074.     I WindowPtrTst
  2075.         P testee, S P theWindow
  2076.     I RectTest
  2077.         P testee, S P bBox
  2078.  
  2079. B TrackGoAway
  2080.     I WindowPtrTst
  2081.         P testee, S P theWindow
  2082.  
  2083. B DragGrayRgn
  2084.     I RgnHndTst
  2085.         P testee, S P theRgn
  2086.     I RectTest
  2087.         P testee, S P boundsRect
  2088.     I RectTest
  2089.         P testee, S P slopRect
  2090.  
  2091. B ClipAbove
  2092.     I WindowPtrTst
  2093.         P testee, S P window
  2094.  
  2095. B SaveOld
  2096.     I WindowPtrTst
  2097.         P testee, S P window
  2098.  
  2099. B DrawNew
  2100.     I WindowPtrTst
  2101.         P testee, S P window
  2102.  
  2103. B PaintOne
  2104.     I WindowPtrTst
  2105.         P testee, S P window
  2106.     I RgnHndTst
  2107.         P testee, S P clobberedRgn
  2108.  
  2109. B PaintBehind
  2110.     I WindowPtrTst
  2111.         P testee, S P startWindow
  2112.     I RgnHndTst
  2113.         P testee, S P clobberedRgn
  2114.  
  2115. B CalcVis
  2116.     I WindowPtrTst
  2117.         P testee, S P window
  2118.  
  2119. B CalcVisBehind
  2120.     I WindowPtrTst
  2121.         P testee, S P startWindow
  2122.     I RgnHndTst
  2123.         P testee, S P clobberedRgn
  2124.  
  2125. B TrackBox
  2126.     I WindowPtrTst
  2127.         P testee, S P theWindow
  2128.  
  2129. B ZoomWindow
  2130.     I WindowPtrTst
  2131.         P testee, S P theWindow
  2132.  
  2133. B SetWinColor
  2134.     I WindowPtrTst
  2135.         P testee, S P theWindow
  2136.     I HandleTest
  2137.         P testee, S P newColorTable
  2138.  
  2139. B GetAuxWin
  2140.     I WindowPtrTst
  2141.         P testee, S P theWindow
  2142.  
  2143. B NewCWindow
  2144.     I AddressTst
  2145.         P testee, S P wStorage
  2146.     I RectTest
  2147.         P testee, S P boundsRect
  2148.  
  2149. B GetNewCWindow
  2150.     I AddressTst
  2151.         P testee, S P wStorage
  2152.  
  2153. B PBCatMove
  2154.     I AddressTst
  2155.         P testee, S P paramBlock
  2156.  
  2157. A PBCatMove
  2158.     I zeroWord
  2159.         P testee, S P returnValue
  2160.  
  2161. B PBClose
  2162.     I AddressTst
  2163.         P testee, S P paramBlock
  2164.  
  2165. A PBClose
  2166.     I zeroWord
  2167.         P testee, S P returnValue
  2168.  
  2169. B PBCloseWD
  2170.     I AddressTst
  2171.         P testee, S P paramBlock
  2172.  
  2173. A PBCloseWD
  2174.     I zeroWord
  2175.         P testee, S P returnValue
  2176.  
  2177. B PBDelete
  2178.     I AddressTst
  2179.         P testee, S P paramBlock
  2180.  
  2181. A PBDelete
  2182.     I zeroWord
  2183.         P testee, S P returnValue
  2184.  
  2185. B PBDirCreate
  2186.     I AddressTst
  2187.         P testee, S P paramBlock
  2188.  
  2189. A PBDirCreate
  2190.     I zeroWord
  2191.         P testee, S P returnValue
  2192.  
  2193. B PBFlushFile
  2194.     I AddressTst
  2195.         P testee, S P paramBlock
  2196.  
  2197. A PBFlushFile
  2198.     I zeroWord
  2199.         P testee, S P returnValue
  2200.  
  2201. B PBGetCatInfo
  2202.     I AddressTst
  2203.         P testee, S P paramBlock
  2204.  
  2205. A PBGetCatInfo
  2206.     I zeroWord
  2207.         P testee, S P returnValue
  2208.  
  2209. B PBGetFCBInfo
  2210.     I AddressTst
  2211.         P testee, S P paramBlock
  2212.  
  2213. A PBGetFCBInfo
  2214.     I zeroWord
  2215.         P testee, S P returnValue
  2216.  
  2217. B PBGetWDInfo
  2218.     I AddressTst
  2219.         P testee, S P paramBlock
  2220.  
  2221. A PBGetWDInfo
  2222.     I zeroWord
  2223.         P testee, S P returnValue
  2224.  
  2225. B PBMountVol
  2226.     I AddressTst
  2227.         P testee, S P paramBlock
  2228.  
  2229. A PBMountVol
  2230.     I zeroWord
  2231.         P testee, S P returnValue
  2232.  
  2233. B PBOffLine
  2234.     I AddressTst
  2235.         P testee, S P paramBlock
  2236.  
  2237. A PBOffLine
  2238.     I zeroWord
  2239.         P testee, S P returnValue
  2240.  
  2241. B PBOpen
  2242.     I AddressTst
  2243.         P testee, S P paramBlock
  2244.  
  2245. A PBOpen
  2246.     I zeroWord
  2247.         P testee, S P returnValue
  2248.  
  2249. B PBOpenWD
  2250.     I AddressTst
  2251.         P testee, S P paramBlock
  2252.  
  2253. A PBOpenWD
  2254.     I zeroWord
  2255.         P testee, S P returnValue
  2256.  
  2257. B PBRead
  2258.     I AddressTst
  2259.         P testee, S P paramBlock
  2260.  
  2261. A PBRead
  2262.     I zeroWord
  2263.         P testee, S P returnValue
  2264.  
  2265. B PBSetCatInfo
  2266.     I AddressTst
  2267.         P testee, S P paramBlock
  2268.  
  2269. A PBSetCatInfo
  2270.     I zeroWord
  2271.         P testee, S P returnValue
  2272.  
  2273. B PBSetFVers
  2274.     I AddressTst
  2275.         P testee, S P paramBlock
  2276.  
  2277. A PBSetFVers
  2278.     I zeroWord
  2279.         P testee, S P returnValue
  2280.  
  2281. B PBWrite
  2282.     I AddressTst
  2283.         P testee, S P paramBlock
  2284.  
  2285. A PBWrite
  2286.     I zeroWord
  2287.         P testee, S P returnValue
  2288.  
  2289. A SCSIReset
  2290.     I zeroWord
  2291.         P testee, S P returnValue
  2292.  
  2293. A SCSIGet
  2294.     I zeroWord
  2295.         P testee, S P returnValue
  2296.  
  2297. A SCSISelect
  2298.     I zeroWord
  2299.         P testee, S P returnValue
  2300.  
  2301. B SCSICmd
  2302.     I AddressTst
  2303.         P testee, S P buffer
  2304.  
  2305. A SCSICmd
  2306.     I zeroWord
  2307.         P testee, S P returnValue
  2308.  
  2309. B SCSIRead
  2310.     I AddressTst
  2311.         P testee, S P tibPtr
  2312.  
  2313. A SCSIRead
  2314.     I zeroWord
  2315.         P testee, S P returnValue
  2316.  
  2317. B SCSIWrite
  2318.     I AddressTst
  2319.         P testee, S P tibPtr
  2320.  
  2321. A SCSIWrite
  2322.     I zeroWord
  2323.         P testee, S P returnValue
  2324.  
  2325. B SCSIWBlind
  2326.     I AddressTst
  2327.         P testee, S P tibPtr
  2328.  
  2329. A SCSIWBlind
  2330.     I zeroWord
  2331.         P testee, S P returnValue
  2332.  
  2333. A SCSIComplete
  2334.     I zeroWord
  2335.         P testee, S P returnValue
  2336.  
  2337. B SIntInstall
  2338.     I AddressTst
  2339.         P testee, S P sIntQElemPtr
  2340.  
  2341. A SIntInstall
  2342.     I zeroWord
  2343.         P testee, S P returnValue
  2344.  
  2345. B SIntRemove
  2346.     I AddressTst
  2347.         P testee, S P sIntQElemPtr
  2348.  
  2349. A SIntRemove
  2350.     I zeroWord
  2351.         P testee, S P returnValue
  2352.  
  2353. B SReadByte
  2354.     I AddressTst
  2355.         P testee, S P spBlkPtr
  2356.  
  2357. A SReadByte
  2358.     I zeroWord
  2359.         P testee, S P returnValue
  2360.  
  2361. B SReadWord
  2362.     I AddressTst
  2363.         P testee, S P spBlkPtr
  2364.  
  2365. A SReadWord
  2366.     I zeroWord
  2367.         P testee, S P returnValue
  2368.  
  2369. B SReadLong
  2370.     I AddressTst
  2371.         P testee, S P spBlkPtr
  2372.  
  2373. A SReadLong
  2374.     I zeroWord
  2375.         P testee, S P returnValue
  2376.  
  2377. B SGetCString
  2378.     I AddressTst
  2379.         P testee, S P spBlkPtr
  2380.  
  2381. A SGetCString
  2382.     I zeroWord
  2383.         P testee, S P returnValue
  2384.  
  2385. B SGetBlock
  2386.     I AddressTst
  2387.         P testee, S P spBlkPtr
  2388.  
  2389. A SGetBlock
  2390.     I zeroWord
  2391.         P testee, S P returnValue
  2392.  
  2393. B SFindStruct
  2394.     I AddressTst
  2395.         P testee, S P spBlkPtr
  2396.  
  2397. A SFindStruct
  2398.     I zeroWord
  2399.         P testee, S P returnValue
  2400.  
  2401. B SReadStruct
  2402.     I AddressTst
  2403.         P testee, S P spBlkPtr
  2404.  
  2405. A SReadStruct
  2406.     I zeroWord
  2407.         P testee, S P returnValue
  2408.  
  2409. B SReadInfo
  2410.     I AddressTst
  2411.         P testee, S P spBlkPtr
  2412.  
  2413. A SReadInfo
  2414.     I zeroWord
  2415.         P testee, S P returnValue
  2416.  
  2417. B SReadPRAMRec
  2418.     I AddressTst
  2419.         P testee, S P spBlkPtr
  2420.  
  2421. A SReadPRAMRec
  2422.     I zeroWord
  2423.         P testee, S P returnValue
  2424.  
  2425. B SPutPRAMRec
  2426.     I AddressTst
  2427.         P testee, S P spBlkPtr
  2428.  
  2429. A SPutPRAMRec
  2430.     I zeroWord
  2431.         P testee, S P returnValue
  2432.  
  2433. B SReadFHeader
  2434.     I AddressTst
  2435.         P testee, S P spBlkPtr
  2436.  
  2437. A SReadFHeader
  2438.     I zeroWord
  2439.         P testee, S P returnValue
  2440.  
  2441. B SNextSRsrc
  2442.     I AddressTst
  2443.         P testee, S P spBlkPtr
  2444.  
  2445. A SNextSRsrc
  2446.     I zeroWord
  2447.         P testee, S P returnValue
  2448.  
  2449. B SNextTypeSRsrc
  2450.     I AddressTst
  2451.         P testee, S P spBlkPtr
  2452.  
  2453. A SNextTypeSRsrc
  2454.     I zeroWord
  2455.         P testee, S P returnValue
  2456.  
  2457. B SRsrcInfo
  2458.     I AddressTst
  2459.         P testee, S P spBlkPtr
  2460.  
  2461. A SRsrcInfo
  2462.     I zeroWord
  2463.         P testee, S P returnValue
  2464.  
  2465. B SCkCardStat
  2466.     I AddressTst
  2467.         P testee, S P spBlkPtr
  2468.  
  2469. A SCkCardStat
  2470.     I zeroWord
  2471.         P testee, S P returnValue
  2472.  
  2473. B SReadDrvrName
  2474.     I AddressTst
  2475.         P testee, S P spBlkPtr
  2476.  
  2477. A SReadDrvrName
  2478.     I zeroWord
  2479.         P testee, S P returnValue
  2480.  
  2481. B SFindDevBase
  2482.     I AddressTst
  2483.         P testee, S P spBlkPtr
  2484.  
  2485. A SFindDevBase
  2486.     I zeroWord
  2487.         P testee, S P returnValue
  2488.  
  2489. B SFindBigDevBase
  2490.     I AddressTst
  2491.         P testee, S P spBlkPtr
  2492.  
  2493. A SFindBigDevBase
  2494.     I zeroWord
  2495.         P testee, S P returnValue
  2496.  
  2497. B InitSDeclMgr
  2498.     I AddressTst
  2499.         P testee, S P spBlkPtr
  2500.  
  2501. A InitSDeclMgr
  2502.     I zeroWord
  2503.         P testee, S P returnValue
  2504.  
  2505. B SPrimaryInit
  2506.     I AddressTst
  2507.         P testee, S P spBlkPtr
  2508.  
  2509. A SPrimaryInit
  2510.     I zeroWord
  2511.         P testee, S P returnValue
  2512.  
  2513. B ScardChanged
  2514.     I AddressTst
  2515.         P testee, S P spBlkPtr
  2516.  
  2517. A ScardChanged
  2518.     I zeroWord
  2519.         P testee, S P returnValue
  2520.  
  2521. B SExec
  2522.     I AddressTst
  2523.         P testee, S P spBlkPtr
  2524.  
  2525. A SExec
  2526.     I zeroWord
  2527.         P testee, S P returnValue
  2528.  
  2529. B SOffsetData
  2530.     I AddressTst
  2531.         P testee, S P spBlkPtr
  2532.  
  2533. A SOffsetData
  2534.     I zeroWord
  2535.         P testee, S P returnValue
  2536.  
  2537. B SInitPRAMRecs
  2538.     I AddressTst
  2539.         P testee, S P spBlkPtr
  2540.  
  2541. A SInitPRAMRecs
  2542.     I zeroWord
  2543.         P testee, S P returnValue
  2544.  
  2545. B SReadPBSize
  2546.     I AddressTst
  2547.         P testee, S P spBlkPtr
  2548.  
  2549. A SReadPBSize
  2550.     I zeroWord
  2551.         P testee, S P returnValue
  2552.  
  2553. B SCalcStep
  2554.     I AddressTst
  2555.         P testee, S P spBlkPtr
  2556.  
  2557. A SCalcStep
  2558.     I zeroWord
  2559.         P testee, S P returnValue
  2560.  
  2561. B SInitSRsrcTable
  2562.     I AddressTst
  2563.         P testee, S P spBlkPtr
  2564.  
  2565. A SInitSRsrcTable
  2566.     I zeroWord
  2567.         P testee, S P returnValue
  2568.  
  2569. B SSearchSRT
  2570.     I AddressTst
  2571.         P testee, S P spBlkPtr
  2572.  
  2573. A SSearchSRT
  2574.     I zeroWord
  2575.         P testee, S P returnValue
  2576.  
  2577. B SUpdateSRT
  2578.     I AddressTst
  2579.         P testee, S P spBlkPtr
  2580.  
  2581. A SUpdateSRT
  2582.     I zeroWord
  2583.         P testee, S P returnValue
  2584.  
  2585. B SCalcSPointer
  2586.     I AddressTst
  2587.         P testee, S P spBlkPtr
  2588.  
  2589. A SCalcSPointer
  2590.     I zeroWord
  2591.         P testee, S P returnValue
  2592.  
  2593. B SGetDriver
  2594.     I AddressTst
  2595.         P testee, S P spBlkPtr
  2596.  
  2597. A SGetDriver
  2598.     I zeroWord
  2599.         P testee, S P returnValue
  2600.  
  2601. B SPtrToSlot
  2602.     I AddressTst
  2603.         P testee, S P spBlkPtr
  2604.  
  2605. A SPtrToSlot
  2606.     I zeroWord
  2607.         P testee, S P returnValue
  2608.  
  2609. B SFindSInfoRecPtr
  2610.     I AddressTst
  2611.         P testee, S P spBlkPtr
  2612.  
  2613. A SFindSInfoRecPtr
  2614.     I zeroWord
  2615.         P testee, S P returnValue
  2616.  
  2617. B SFindSRsrcPtr
  2618.     I AddressTst
  2619.         P testee, S P spBlkPtr
  2620.  
  2621. A SFindSRsrcPtr
  2622.     I zeroWord
  2623.         P testee, S P returnValue
  2624.  
  2625. B SDeleteSRTRec
  2626.     I AddressTst
  2627.         P testee, S P spBlkPtr
  2628.  
  2629. A SDeleteSRTRec
  2630.     I zeroWord
  2631.         P testee, S P returnValue
  2632.